home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 119
/
(Vol 119) Nov 09 2010.iso
/
Games
/
agent_platformer.swf
/
scripts
/
DefineSprite_64
/
frame_1
/
DoAction.as
Wrap
Text File
|
2010-11-09
|
158b
|
14 lines
play();
if(timer == undefined)
{
timer = 0;
}
onEnterFrame = function()
{
timer++;
if(timer >= 140)
{
gotoAndStop(31);
}
};